custom = attributes "VA data"
(

parameters main
( 
a type:#integer
b type:#integer
c type:#integer
)

) 
obj=box()
custAttributes.add obj custom

obj.a=400
obj.b=29